home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Education / RLaB / help / chol < prev    next >
Text File  |  1994-09-21  |  355b  |  14 lines

  1. chol:
  2.  
  3. Syntax:    chol( A )
  4.  
  5. Description:
  6.  
  7.     Chol computes the Cholesky factorization of the input matrix.
  8.     The input matrix must be real symmetric positive definite, or
  9.     complex Hermitian positive definite.  chol() produces an upper
  10.     triangular matrix [U], such that U' * U and A (the input) are
  11.     equal.
  12.  
  13.     chol() use the LAPACK subroutine DPOTRF and ZPOTRF.
  14.